home *** CD-ROM | disk | FTP | other *** search
/ AmigActive 2 / AACD 2.iso / AACD / Programming / ADOS Guide / Applications / Avail next >
Text File  |  1998-02-16  |  793b  |  34 lines

  1.                            --AMIGADOS GUIDE V2.5--
  2.                                     AVAIL
  3.  
  4.  
  5.    USE:
  6.    Avail produces various information about the current Chip and Fast
  7.    memory available.
  8.  
  9.    PATH:
  10.    C
  11.  
  12.    SYSTEM:
  13.    2.0 (enhanced), 2.1, 3.0
  14.  
  15.    EXAMPLES:
  16.    1>AVAIL
  17.    1>AVAIL FLUSH
  18.  
  19.    NOTES:
  20.    Available: Total amount of Chip/Fast memory available.
  21.    InUse: Amount of Chip/Fast memory currently being used.
  22.    Maximum: The maximum amount of Chip/Fast memory available to EXEC.
  23.    Largest: The biggest unfragmented chunk of memory available.
  24.  
  25.    The following is a list of the Avail options:
  26.  
  27.    CHIP - Returns the amount of free Chip RAM.
  28.  
  29.    FAST - Returns the amount of free Fast RAM.
  30.  
  31.    TOTAL - Returns the total Ram available.
  32.  
  33.    FLUSH - Remove unused resources from system.
  34.